3
Easy2Siksha
9. **Contact Informaon:** Display contact details for key university personnel, departments, and
support services, making it easy for users to get in touch.
10. **Accessibility:** Ensure that the website is accessible to individuals with disabilies by
providing features like alt text for images and readable fonts.
By incorporang these features, a university website can provide a user-friendly, informave, and
trustworthy plaorm for students, sta, and the wider community. Regularly updang the website
and seeking user feedback can help maintain its eecveness and relevance.
2.Give dierences between client side and server side and server side programming.
Which languages are used for both ? Give an example of both.
Ans: Client-side and server-side programming are two fundamental approaches in web
development, each serving dierent purposes and using disnct languages. Here's a simple
explanaon of their dierences and examples of languages used for both:
1. Client-side Programming
Client-side programming refers to the development of code and scripts that run on the user's web
browser, rather than on the server. It is a crucial aspect of web development and is responsible for
creang interacve and dynamic user interfaces. In client-side programming, the code is executed on
the user's device, allowing for faster and more responsive user experiences.
Key technologies and languages associated with client-side programming include:
1. HTML (Hypertext Markup Language): HTML is the standard markup language for creang
the structure of web pages. It provides a way to dene the elements on a webpage, such as
headings, paragraphs, images, and links.
2. CSS (Cascading Style Sheets): CSS is used to style the HTML elements and control their
layout. It allows developers to dene the visual presentaon of a web page, including
aspects like fonts, colors, spacing, and posioning.
3. JavaScript: JavaScript is a scripng language that enables client-side interacvity. It allows
developers to manipulate the Document Object Model (DOM) dynamically, making it
possible to update content, handle user input, and create responsive interfaces. JavaScript is
a key component for building modern web applicaons
4. jQuery: jQuery is a fast and lightweight JavaScript library that simplies tasks like DOM
manipulaon, event handling, and AJAX (Asynchronous JavaScript and XML) requests. While
its usage has declined with the rise of modern JavaScript frameworks, it played a signicant
role in simplifying web development in the past.
5. React, Angular, and Vue.js:These are popular JavaScript frameworks for building user
interfaces. They allow developers to create reusable components and manage the state of an
applicaon eciently. React is maintained by Facebook, Angular by Google, and Vue.js is an
independent open-source project